.IMGservices {
  height: 80vh;
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.big.section,
.small.section,
.medium.section {
  opacity: 0.3;
  transition: 0.3s;
}

.IMGservices * {
  transform-box: fill-box;
  transform-origin: center;
}

.rotated {
  -webkit-animation: rotating 60s linear infinite;
  -moz-animation: rotating 60s linear infinite;
  -ms-animation: rotating 60s linear infinite;
  -o-animation: rotating 60s linear infinite;
  animation: rotating 60s linear infinite;
}

.reverse {
  animation-direction: reverse;
}

.small.title,
.medium.title,
.big.title {
  opacity: 1;
}

.project__links.contacts {
  opacity: 1;
}

.project__links.contacts a p {
  color: var(--orange);
}

.awards {
  position: fixed;
  min-width: 70px;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  color: var(--white);
  display: flex;
  font-size: var(--main);
  width: 150px;
}

.award {
  margin-bottom: 5px;
}

.awards span {
  opacity: 0.4;
}

.intro p {
  color: var(--blackOP1);
}

.project__links.contacts {
  display: block;
}

@media (max-width: 900px) {
  .IMGservices {
    height: unset;
    width: 90vw;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
  }

  .intro {
    width: 90vw;
  }

  .awards {
    width: 100%;
  }

  .awards p.award {
    font-size: 0.6rem;
  }

  .rotation {
    -webkit-animation: rotating 60s linear infinite;
    -moz-animation: rotating 60s linear infinite;
    -ms-animation: rotating 60s linear infinite;
    -o-animation: rotating 60s linear infinite;
    animation: rotating 60s linear infinite;
  }

  .big.section,
  .small.section,
  .medium.section {
    opacity: 1;
  }
}
